.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
nav {
  position: relative;
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 2rem;
  height: 100%;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  font-size: 20px;
  line-height: 100px;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0070ee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link-active {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  overflow: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list::after {
  content: '';
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump .lump-item {
  width: auto;
  height: auto;
  padding-top: 50px;
  margin-right: 0.6rem;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump .lump-item:last-of-type {
  margin-right: 0;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump .lump-item .item-title {
  display: block;
  position: relative;
  font-size: 18px;
  color: #0070ee;
  line-height: 18px;
  margin-bottom: 30px;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump .lump-item .item-title::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0070ee;
  z-index: 9;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump .lump-item .item-title:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump .lump-item .item-subnav {
  width: 100%;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump .lump-item .item-subnav a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump .lump-item .item-subnav a:hover {
  color: #0070ee;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list .list-lump .lump-item:hover .item-title::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-li .li-list2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list2 .list-item {
  font-size: 16px;
  color: #666;
  margin: 0 0.2rem;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list2 .list-item:hover {
  color: #0070ee;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-link {
  color: #0070ee !important;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-link::after {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-list {
  height: 378px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-list2 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-li-active .li-link {
  color: #0070ee;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 22px;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont .cont-icon {
  position: relative;
  width: 21px;
  height: 21px;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont .cont-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 150px;
  height: auto;
  padding: 0.2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.21);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(-50%, 0.2rem);
  -o-transform: translate(-50%, 0.2rem);
  -moz-transform: translate(-50%, 0.2rem);
  -webkit-transform: translate(-50%, 0.2rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav::after {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  width: 44px;
  height: 37px;
  background: url(../images/icon-nav-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav .subnav-link {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #1c1d21;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav .subnav-link:hover {
  color: #0070ee;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-cont .cont-arrow img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-subnav {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main .main-cont .main-right .right-serach {
  display: none;
  position: relative;
  width: 21px;
  height: 100%;
  margin-left: 0.2rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-serach img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 100px;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 15.36rem;
  height: 0.75rem;
  margin: 0 auto;
  border-bottom: solid 1px #0070ee;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 16px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 22px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
  border-bottom: solid 1px #ccc;
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-li .li-link {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img1,
nav .nav-main:hover .main-cont .main-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img2,
nav .nav-main:hover .main-cont .main-right .right-menu .img2 {
  opacity: 1;
}
nav .nav-main-active {
  background: #fff;
  border-bottom: solid 1px #ccc;
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-nav .nav-li .li-link {
  color: #333;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main-active .main-cont .main-right .right-serach .img1,
nav .nav-main-active .main-cont .main-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .right-serach .img2,
nav .nav-main-active .main-cont .main-right .right-menu .img2 {
  opacity: 1;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic .pic-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 49px;
  height: 49px;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .slide-pic .pic-icon img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: -0.4rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 10px;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  font-size: 0.48rem;
  line-height: 0.95rem;
  font-style: italic;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
  margin-top: 0.1rem;
  font-size: 0.28rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 0.95rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.25rem;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -3px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-link {
  width: 2.9rem;
  height: 0.66rem;
  margin-top: 0.35rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-link .link-button {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.66rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.45rem;
  border: solid 2px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-link .link-button:hover {
  color: #0070ee;
  background: #fff;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-link {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-pic2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .banner-pic2 img {
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-English {
  font-family: 'HarmonyOS_Sans_Bold';
  margin-top: 0.25rem;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -3px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
}
header .head-banner .banner-cent .cent-title {
  margin-top: -0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 10px;
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-title2 {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #0070ee;
}
header .head-banner .banner-cent2 .cent-text {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #0070ee;
}
header .head-banner .banner-cent2 .cent-text2 {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-button {
  display: block;
  width: 180px;
  height: 50px;
  margin: 0.75rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 45px;
}
header .head-banner .banner-cent2 .cent-button:hover {
  color: #0070ee;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-button2 {
  display: block;
  width: 180px;
  height: 50px;
  margin: 0.75rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #0070ee;
  border: solid 1px #0070ee;
  border-radius: 45px;
}
header .head-banner .banner-cent2 .cent-button2:hover {
  color: #fff;
  background: #0070ee;
}
header .head-banner .swiper-pagination {
  bottom: 0.55rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f6f6f6;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  border: solid 1px #0070ee;
  background: #0070ee;
}
header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev {
  left: 0;
}
header .head-banner .banner-swiper-button-next {
  right: 0;
}
header .head-banner .scroll-on {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .scroll-on .scroll-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .scroll-on .scroll-icon {
  width: 20px;
  height: auto;
  margin: 16px auto 0;
  overflow: hidden;
}
header .head-banner .scroll-on .scroll-icon img {
  width: 100%;
  animation: run 1.5s infinite linear;
}
header .head-banner:hover .banner-swiper-button-prev {
  left: 0.9rem;
  opacity: 1;
}
header .head-banner:hover .banner-swiper-button-next {
  right: 0.9rem;
  opacity: 1;
}
header .head-strip {
  position: relative;
  width: 100%;
  height: 0.75rem;
  background: #f5f5f5;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: flex-start;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
  font-size: 18px;
  line-height: 0.8rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list:last-of-type {
  margin-right: 0;
}
header .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
header .head-strip .strip-box .box-left .left-list:hover {
  background: #0070ee;
}
header .head-strip .strip-box .box-left .left-list:hover a {
  color: #fff;
}
header .head-strip .strip-box .box-left .left-list-active {
  background: #0070ee;
}
header .head-strip .strip-box .box-left .left-list-active a {
  color: #fff;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #111723;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0.2rem;
}
footer .foot-main .main-left {
  width: 4.1rem;
  height: auto;
}
footer .foot-main .main-left .left-title {
  margin-bottom: 0.45rem;
  font-size: 18px;
  color: #fff;
}
footer .foot-main .main-left .left-subtitle {
  font-size: 14px;
  color: #999;
}
footer .foot-main .main-left .left-tel {
  margin-top: 0.08rem;
  margin-bottom: 0.3rem;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 20px;
  color: #fff;
}
footer .foot-main .main-left .left-add {
  margin-top: 0.08rem;
  font-size: 16px;
  color: #fff;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: space-between;
  width: 9.3rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: calc(100% / 6);
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  font-size: 18px;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  text-decoration: underline;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
footer .foot-main .main-nav .nav-item .item-cent .cent-link {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #999;
}
footer .foot-main .main-nav .nav-item .item-cent .cent-link:hover {
  color: #fff;
}
footer .foot-main .main-logo {
  display: none;
}
footer .foot-button {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0.6rem;
  border-top: solid 1px #41454f;
}
footer .foot-button .button-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
footer .foot-button .button-main .main-zizhi {
  width: calc(100% - 200px);
  font-size: 14px;
  color: #999;
}
footer .foot-button .button-main .main-zizhi a {
  color: #999;
}
footer .foot-button .button-main .main-zizhi a:hover {
  color: #fff;
}
footer .foot-button .button-main .main-share {
  display: flex;
  justify-content: space-between;
  width: 200px;
  height: auto;
}
footer .foot-button .button-main .main-share .share-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0e284b;
}
footer .foot-button .button-main .main-share .share-link img {
  width: 19px;
}
footer .foot-button .button-main .main-share .share-link .link-ewm {
  position: absolute;
  bottom: 55px;
  left: 50%;
  width: 93px;
  height: 93px;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0.2rem);
  -o-transform: translate(-50%, 0.2rem);
  -moz-transform: translate(-50%, 0.2rem);
  -webkit-transform: translate(-50%, 0.2rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-button .button-main .main-share .share-link .link-ewm img {
  width: 100%;
  border-radius: 10px;
}
footer .foot-button .button-main .main-share .share-link .link-ewm::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid 8px #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
footer .foot-button .button-main .main-share .share-link:hover {
  background: #006ce9;
}
footer .foot-button .button-main .main-share .share-link:hover .link-ewm {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.container {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
.container .cont-plate1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.1rem 0 2.2rem;
  background: url(../images/plate1-bg.jpg) no-repeat left bottom;
  background-size: cover;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main {
  position: relative;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.container .cont-plate1 .plate1-main .main-cont {
  width: 6.1rem;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-cont .cont-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate1 .plate1-main .main-cont .cont-text {
  margin-top: 0.35rem;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-item {
  width: 33.33%;
  height: auto;
  margin-bottom: 0.45rem;
  color: #0070ee;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-title {
  font-size: 16px;
  font-weight: bold;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-title .num1 {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 0.72rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-title em {
  position: relative;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-title em::after {
  content: '+';
  position: absolute;
  top: -0.45rem;
  left: 0;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 0.24rem;
  color: #0070ee;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-text {
  font-size: 16px;
  color: #000;
}
.container .cont-plate1 .plate1-main .main-cont .cont-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 43px;
  margin-top: 0.2rem;
  font-size: 16px;
  color: #333;
  border-radius: 45px;
  border: solid 1px #0070ee;
}
.container .cont-plate1 .plate1-main .main-cont .cont-link img {
  width: 12px;
  margin-left: 0.15rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-link:hover {
  width: 180px;
  color: #0070ee;
}
.container .cont-plate1 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
}
.container .cont-plate2 .plate2-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-English {
  margin-top: 0.15rem;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #999;
}
.container .cont-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left {
  position: relative;
  width: 4.68rem;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box {
  position: absolute;
  top: 0;
  left: -0.3rem;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box .box-cent {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box .box-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #0070ee;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box .box-cent .cent-buttom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box .box-cent .cent-time {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 16px;
  font-weight: bold;
  color: #0070ee;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box .box-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 43px;
  margin-top: 0.25rem;
  font-size: 16px;
  color: #333;
  border-radius: 45px;
  border: solid 1px #0070ee;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box .box-cent .cent-button img {
  width: 12px;
  margin-left: 0.15rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box .box-cent .cent-button:hover {
  width: 180px;
  color: #0070ee;
}
.container .cont-plate2 .plate2-main .main-cont .cont-left .left-box-active {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right {
  width: 8.647rem;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #999;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item {
  position: relative;
  width: auto;
  margin-right: 0.5rem;
  padding-bottom: 0.2rem;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0070ee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item:hover {
  color: #0070ee;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item-active {
  color: #0070ee;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-list .list-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-link {
  width: auto;
  height: auto;
  font-size: 16px;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-link img {
  width: 12px;
  margin: -0.04rem 0 0 0.15rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-top .top-link:hover {
  color: #0070ee;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translatey(0.2rem);
  -o-transform: translatey(0.2rem);
  -moz-transform: translatey(0.2rem);
  -webkit-transform: translatey(0.2rem);
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.18rem 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 0;
  height: 0;
  border: 10px solid #0070ee;
  border-right-color: #0070ee;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  opacity: 0;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-cent {
  width: calc(100% - 50px);
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-cent .cent-time {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #3f3f3f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 16px;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-icon {
  width: 19px;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item .item-icon img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover {
  padding: 0.18rem 0.3rem;
  background: #0070ee;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover::after {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover .item-cent .cent-time,
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover .item-cent .cent-title {
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box .box-item:hover .item-icon {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .main-cont .cont-right .right-cont .cont-box-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .cont-plate2 .plate2-main .main-web-cont {
  display: none;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.1rem;
  background: #f5f5f7;
}
.container .cont-plate3 .plate3-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate3 .plate3-main .main-English {
  margin-top: 0.12rem;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #999;
}
.container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item {
  flex: 1;
  position: relative;
  height: auto;
  margin-right: 0.22rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.54rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.24rem 0.32rem 0.3rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-icon {
  width: 0.46rem;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-icon img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
  padding-bottom: 0.1rem;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #999;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 18px;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-arrow {
  position: absolute;
  bottom: 0.5rem;
  right: 0.32rem;
  width: 0.43rem;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-arrow img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item:hover {
  flex: 2;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item:hover .item-cent .cent-arrow {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .main-web-cont {
  display: none;
}
.container .cont-palte4 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1rem;
}
.container .cont-palte4 .plate4-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-palte4 .plate4-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-palte4 .plate4-main .main-English {
  margin-top: 0.12rem;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #999;
}
.container .cont-palte4 .plate4-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item {
  flex: 1;
  position: relative;
  height: 6.68rem;
  background: #004eee;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item:last-of-type {
  margin-right: 0;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 100%;
  opacity: 0.38;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-web-pic {
  display: none;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.2rem 0.7rem 0;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-num {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-title {
  margin-top: 0.35rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-subtitle {
  margin-top: 0.7rem;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box .box-lump {
  width: 20%;
  height: auto;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box .box-lump .lump-pic {
  width: 100%;
  height: auto;
  text-align: center;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box .box-lump .lump-pic img {
  width: auto;
  height: 0.4rem;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-box .box-lump .lump-title {
  margin-top: 0.1rem;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 43px;
  margin-top: 0.4rem;
  font-size: 16px;
  color: #fff;
  border-radius: 45px;
  border: solid 1px #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-button img {
  width: 12px;
  margin-left: 0.15rem;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item .item-cent .cent-button:hover {
  width: 180px;
  color: #fff;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item:hover {
  flex: 2;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-pic {
  display: none;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent {
  position: static;
  padding: 1rem 0.98rem 0.6rem;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent .cent-text {
  padding-right: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent .cent-subtitle {
  opacity: 1;
  visibility: visible;
}
.container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent .cent-box,
.container .cont-palte4 .plate4-main .main-cont .cont-item:hover .item-cent .cent-button {
  opacity: 1;
  visibility: visible;
}
.container .cont-palte5 {
  width: 100%;
  height: auto;
}
.container .cont-palte5 .plate5-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-palte5 .plate5-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-palte5 .plate5-main .main-English {
  margin-top: 0.12rem;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #999;
}
.container .cont-palte5 .plate5-main .main-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #333;
}
.container .cont-palte5 .plate5-main .main-link a {
  color: #333;
}
.container .cont-palte5 .plate5-main .main-link a:hover {
  color: #0070ee;
}
.container .cont-palte5 .plate5-main .main-link img {
  width: 12px;
  margin-left: 0.14rem;
}
.container .cont-palte5 .plate5-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.container .cont-palte5 .plate5-main .main-top .top-pic {
  width: 8.88rem;
  height: auto;
  overflow: hidden;
}
.container .cont-palte5 .plate5-main .main-top .top-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte5 .plate5-main .main-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-palte5 .plate5-main .main-top .top-cent {
  width: 5.52rem;
  height: auto;
  padding: 0.4rem 0.32rem;
  background: #f0f0f0;
}
.container .cont-palte5 .plate5-main .main-top .top-cent .cent-title {
  padding-bottom: 0.18rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #4d4e4e;
  border-bottom: solid 1px #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte5 .plate5-main .main-top .top-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.container .cont-palte5 .plate5-main .main-top .top-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.3rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte5 .plate5-main .main-top .top-cent .cent-link span {
  position: relative;
  width: 19px;
  height: 14px;
  margin-left: 0.1rem;
}
.container .cont-palte5 .plate5-main .main-top .top-cent .cent-link span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte5 .plate5-main .main-top .top-cent .cent-link span .img2 {
  opacity: 0;
}
.container .cont-palte5 .plate5-main .main-top:hover .top-cent .cent-title {
  color: #0070ee;
}
.container .cont-palte5 .plate5-main .main-top:hover .top-cent .cent-link {
  color: #0070ee;
}
.container .cont-palte5 .plate5-main .main-top:hover .top-cent .cent-link span .img1 {
  opacity: 0;
}
.container .cont-palte5 .plate5-main .main-top:hover .top-cent .cent-link span .img2 {
  opacity: 1;
}
.container .cont-palte5 .plate5-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.28rem;
}
.container .cont-palte5 .plate5-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.14rem);
  height: 2.48rem;
  margin-right: 0.21rem;
  overflow: hidden;
}
.container .cont-palte5 .plate5-main .main-box .box-item:last-of-type {
  margin-right: 0;
}
.container .cont-palte5 .plate5-main .main-box .box-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-palte5 .plate5-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte5 .plate5-main .main-box .box-item .item-cent {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.28rem 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte5 .plate5-main .main-box .box-item .item-cent .cent-title {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.container .cont-palte5 .plate5-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte5 .plate5-main .main-box .box-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-palte5 .plate5-main .main-box .box-item .item-cent .cent-link img {
  width: 19px;
  margin-left: 0.1rem;
}
.container .cont-palte5 .plate5-main .main-box .box-item:hover .item-cent {
  top: 0;
  background: linear-gradient(0deg, #0070ee, transparent);
}
.container .cont-palte5 .plate5-main .main-box .box-item:hover .item-cent .cent-text,
.container .cont-palte5 .plate5-main .main-box .box-item:hover .item-cent .cent-link {
  opacity: 1;
}
.container .cont-palte5 .plate5-main .main-web-link {
  display: none;
}
.iternet {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.54rem;
}
.iternet .iternet-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.iternet .iternet-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #090a0c;
}
.iternet .iternet-main .main-English {
  margin-top: 0.06rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
}
.iternet .iternet-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.iternet .iternet-main .main-box .box-item {
  width: calc(100% / 3 - 0.557rem);
  height: auto;
  margin-right: 0.76rem;
  margin-bottom: 0.76rem;
}
.iternet .iternet-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.iternet .iternet-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iternet .iternet-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternet .iternet-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.38rem 0.36rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternet .iternet-main .main-box .box-item .item-cent .cent-title {
  padding-bottom: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternet .iternet-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternet .iternet-main .main-box .box-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.3rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternet .iternet-main .main-box .box-item .item-cent .cent-link span {
  position: relative;
  width: 19px;
  height: 14px;
  margin-left: 0.1rem;
}
.iternet .iternet-main .main-box .box-item .item-cent .cent-link span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternet .iternet-main .main-box .box-item .item-cent .cent-link span .img2 {
  opacity: 0;
}
.iternet .iternet-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.iternet .iternet-main .main-box .box-item:hover .item-cent {
  background: #0070ee;
}
.iternet .iternet-main .main-box .box-item:hover .item-cent .cent-title {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.iternet .iternet-main .main-box .box-item:hover .item-cent .cent-text {
  color: #fff;
}
.iternet .iternet-main .main-box .box-item:hover .item-cent .cent-link {
  color: #fff;
}
.iternet .iternet-main .main-box .box-item:hover .item-cent .cent-link span .img1 {
  opacity: 0;
}
.iternet .iternet-main .main-box .box-item:hover .item-cent .cent-link span .img2 {
  opacity: 1;
}
.iternetDetails {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem;
}
.iternetDetails .iternetDetails-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.iternetDetails .iternetDetails-main .main-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.iternetDetails .iternetDetails-main .main-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-pic {
  width: 8.3rem;
  height: auto;
  overflow: hidden;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent {
  width: 4.9rem;
  height: auto;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .share-title {
  font-size: 16px;
  color: #666;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic {
  position: relative;
  width: 24px;
  height: 20px;
  margin: 0 0.06rem;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic .img2 {
  opacity: 0;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic:hover .img1 {
  opacity: 0;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-share .shate-pic:hover .img2 {
  opacity: 1;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-title {
  margin-top: 0.4rem;
  font-size: 0.3rem;
  color: #333;
}
.iternetDetails .iternetDetails-main .main-plate1 .plate1-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.iternetDetails .iternetDetails-main .main-plate2 {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.iternetDetails .iternetDetails-main .main-plate2 .plate2-title {
  font-size: 0.3rem;
  color: #333;
}
.iternetDetails .iternetDetails-main .main-plate2 .plate2-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.iternetDetails .iternetDetails-main .main-plate2 .plate2-cont img {
  width: 100% !important;
  height: auto !important;
}
.iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  border-right: solid 1px #bfbfbf;
}
.iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list:first-of-type .list-right {
  border-top: solid 1px #bfbfbf;
}
.iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list .list-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0070ee;
  border-bottom: solid 1px #4d9bf3;
}
.iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list .list-right {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 3.2rem);
  height: auto;
  padding: 0.28rem 0.6rem;
  background: #f5f5f5;
  border-bottom: solid 1px #dadada;
}
.iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list .list-right .right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2.16rem;
  height: auto;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.iternetDetails .iternetDetails-main .main-plate2 .plate2-cont .cont-list .list-right .right-item em {
  width: 7px;
  height: 7px;
  margin-right: 0.2rem;
  border-radius: 50%;
  background: #0070ee;
}
.iternetDetails .iternetDetails-main .main-plate3 {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.iternetDetails .iternetDetails-main .main-plate3 .plate3-title {
  margin-bottom: 0.4rem;
  font-size: 0.3rem;
  color: #333;
}
.iternetDetails .iternetDetails-main .main-plate3 .plate3-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.iternetDetails .iternetDetails-main .main-plate3 .plate3-item:last-of-type {
  margin-bottom: 0;
}
.iternetDetails .iternetDetails-main .main-plate3 .plate3-item .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #0070ee;
}
.iternetDetails .iternetDetails-main .main-plate3 .plate3-item .item-text {
  margin-top: 0.05rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.iternetDetails .iternetDetails-main .main-plate4 {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-title {
  font-size: 0.3rem;
  color: #333;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: auto;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-prev,
.iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-next {
  position: relative;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  background: #111723;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-prev img,
.iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-next img {
  width: 19px;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-prev:hover,
.iternetDetails .iternetDetails-main .main-plate4 .plate4-top .top-swiper-button .plate4-swiper-button-next:hover {
  background: #0070ee;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  overflow: hidden;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide {
  width: calc(100% / 3 - 14px);
  height: auto;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item {
  position: relative;
  display: block;
  width: 100%;
  height: 2.48rem;
  overflow: hidden;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.28rem 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-title {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-text {
  height: 1.6rem;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
  opacity: 0;
  overflow: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-text::-webkit-scrollbar {
  width: 2px;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-text::-webkit-scrollbar-thumb {
  background: #fff;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item .item-cent .cent-link img {
  width: 19px;
  margin-left: 0.1rem;
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item:hover .item-cent {
  top: 0;
  background: linear-gradient(0deg, #0070ee, transparent);
}
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item:hover .item-cent .cent-text,
.iternetDetails .iternetDetails-main .main-plate4 .plate4-main .swiper-slide .slide-item:hover .item-cent .cent-link {
  opacity: 1;
}
.iternetDetails .iternetDetails-main .main-box,
.iternetDetails .iternetDetails-main .main-plate2,
.iternetDetails .iternetDetails-main .main-plate3 {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.iternetDetails .iternetDetails-main .main-box .box-title,
.iternetDetails .iternetDetails-main .main-plate2 .box-title,
.iternetDetails .iternetDetails-main .main-plate3 .box-title {
  font-size: 0.3rem;
  color: #333;
}
.iternetDetails .iternetDetails-main .main-box .box-subtitle,
.iternetDetails .iternetDetails-main .main-plate2 .box-subtitle,
.iternetDetails .iternetDetails-main .main-plate3 .box-subtitle {
  margin-top: 0.4rem;
  font-size: 22px;
  font-weight: bold;
  color: #0070ee;
}
.iternetDetails .iternetDetails-main .main-box .box-text,
.iternetDetails .iternetDetails-main .main-plate2 .box-text,
.iternetDetails .iternetDetails-main .main-plate3 .box-text {
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.iternetDetails .iternetDetails-main .main-box img,
.iternetDetails .iternetDetails-main .main-plate2 img,
.iternetDetails .iternetDetails-main .main-plate3 img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: 0.4rem 0;
}
.iternetDetails .iternetDetails-main .main-box .box-cont,
.iternetDetails .iternetDetails-main .main-plate2 .box-cont,
.iternetDetails .iternetDetails-main .main-plate3 .box-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.iternetDetails .iternetDetails-main .main-box .box-cont .cont-list,
.iternetDetails .iternetDetails-main .main-plate2 .box-cont .cont-list,
.iternetDetails .iternetDetails-main .main-plate3 .box-cont .cont-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.iternetDetails .iternetDetails-main .main-box .box-cont .cont-list .list-left,
.iternetDetails .iternetDetails-main .main-plate2 .box-cont .cont-list .list-left,
.iternetDetails .iternetDetails-main .main-plate3 .box-cont .cont-list .list-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0070ee;
  border-bottom: solid 2px #fff;
}
.iternetDetails .iternetDetails-main .main-box .box-cont .cont-list .list-right,
.iternetDetails .iternetDetails-main .main-plate2 .box-cont .cont-list .list-right,
.iternetDetails .iternetDetails-main .main-plate3 .box-cont .cont-list .list-right {
  width: calc(100% - 3.2rem);
  height: auto;
  padding: 0.35rem 0.6rem;
  font-size: 16px;
  line-height: 22px;
  background: #f5f5f5;
  border-bottom: solid 2px #fff;
}
.iternetDetails .iternetDetails-main .main-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.iternetDetails .iternetDetails-main .main-bottom .bottom-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 143px;
  height: 43px;
  font-size: 16px;
  margin: 0 8px;
  color: #333;
  border-radius: 45px;
  border: solid 1px #0070ee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternetDetails .iternetDetails-main .main-bottom .bottom-button span {
  position: relative;
  width: 12px;
  height: 9px;
}
.iternetDetails .iternetDetails-main .main-bottom .bottom-button span img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.iternetDetails .iternetDetails-main .main-bottom .bottom-button span .img2 {
  opacity: 0;
}
.iternetDetails .iternetDetails-main .main-bottom .bottom-button:hover {
  color: #fff;
  background: #0070ee;
}
.iternetDetails .iternetDetails-main .main-bottom .bottom-button:hover span .img1 {
  opacity: 0;
}
.iternetDetails .iternetDetails-main .main-bottom .bottom-button:hover span .img2 {
  opacity: 1;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.recruit .recruit-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-main .mian-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.recruit .recruit-main .main-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.recruit .recruit-main .main-top {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.recruit .recruit-main .main-top .top-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.32rem;
}
.recruit .recruit-main .main-top .top-list .list-title {
  margin-right: 0.1rem;
  font-size: 18px;
  line-height: 44px;
  color: #333;
}
.recruit .recruit-main .main-top .top-list .list-link {
  height: 44px;
  padding: 0 0.2rem;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  font-size: 18px;
  line-height: 44px;
  color: #333;
}
.recruit .recruit-main .main-top .top-list .list-link:hover {
  color: #fff;
  background: #0070ee;
}
.recruit .recruit-main .main-top .top-list .list-link-active {
  color: #fff;
  background: #0070ee;
}
.recruit .recruit-main .main-top .top-fun {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-top .top-fun .fun-title {
  margin-right: 0.1rem;
  font-size: 18px;
  line-height: 44px;
  color: #333;
}
.recruit .recruit-main .main-top .top-fun .fun-select {
  position: relative;
  width: 200px;
  height: 44px;
  margin-right: 0.5rem;
  background: #f7f7f7;
}
.recruit .recruit-main .main-top .top-fun .fun-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 21px;
  height: 11px;
  background: url(../images/icon-recruit-sanjiao.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.recruit .recruit-main .main-top .top-fun .fun-select select {
  width: 100%;
  height: 0.5rem;
  padding-left: 0.18rem;
  font-size: 16px;
  color: #666;
  border: none;
  background: #f7f7f7;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.recruit .recruit-main .main-top .top-fun .fun-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  height: 44px;
  padding-right: 0.3rem;
  border-radius: 0.45rem;
  border: solid 1px #0070ee;
  background: #fff;
  overflow: hidden;
}
.recruit .recruit-main .main-top .top-fun .fun-cent input {
  flex: 1;
  height: 100%;
  padding: 0 0.2rem;
  font-size: 16px;
  color: #333;
}
.recruit .recruit-main .main-top .top-fun .fun-cent input::placeholder {
  font-size: 16px;
  color: #999;
}
.recruit .recruit-main .main-top .top-fun .fun-cent img {
  width: 16px;
  height: auto;
}
.recruit .recruit-main .main-list {
  width: 100%;
  height: auto;
  margin-top: 0.76rem;
}
.recruit .recruit-main .main-list .list-dd {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  padding: 0.55rem 0.35rem 0.4rem 0.94rem;
  background: #f7f7f7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0070ee;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-top {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-top .top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-list .list-dd .dd-top .top-title .title-name {
  font-size: 0.26rem;
  color: #2a2a2a;
}
.recruit .recruit-main .main-list .list-dd .dd-top .top-title span {
  position: relative;
  width: 21px;
  height: 20px;
}
.recruit .recruit-main .main-list .list-dd .dd-top .top-title span img {
  position: absolute;
  top: 0;
  right: 0;
  width: 21px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-top .top-title span .img2 {
  opacity: 0;
}
.recruit .recruit-main .main-list .list-dd .dd-top .top-heng {
  width: 20px;
  height: 5px;
  margin-top: 0.15rem;
  background: #c8c8c8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-top .top-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.recruit .recruit-main .main-list .list-dd .dd-top .top-text span {
  display: inline-block;
  margin-right: 0.7rem;
}
.recruit .recruit-main .main-list .list-dd .dd-top:hover .top-title span .img1 {
  opacity: 0;
}
.recruit .recruit-main .main-list .list-dd .dd-top:hover .top-title span .img2 {
  opacity: 1;
}
.recruit .recruit-main .main-list .list-dd .dd-top:hover .top-heng {
  width: 20px;
  height: 5px;
  margin-top: 0.15rem;
  background: #0070ee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .top-active .top-title span .img1 {
  opacity: 0;
}
.recruit .recruit-main .main-list .list-dd .top-active .top-title span .img2 {
  opacity: 1;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.recruit .recruit-main .main-list .list-dd .top-active .top-heng {
  width: 20px;
  height: 5px;
  margin-top: 0.15rem;
  background: #0070ee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding-top: 0.5rem;
  margin-top: 0.4rem;
  border-top: solid 1px #f2f2f2;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #666;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text,
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
  width: 100%;
  padding-bottom: 0.3rem;
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 63px;
  font-size: 16px;
  color: #fff;
  border-radius: 45px;
  background: #0070ee;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-button img {
  width: 28px;
  margin-right: 0.16rem;
}
.recruit .recruit-main .main-list .list-dd-active {
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.recruit .recruit-main .main-list .list-dd-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.recruit .recruit-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0.78rem;
  font-size: 18px;
  color: #0070ee;
}
.recruit .recruit-main .main-load img {
  width: 34px;
  height: auto;
  margin-right: 16px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-load:hover {
  color: #0070ee;
}
.recruit .recruit-main .main-load:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.news {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.3rem;
}
.news .news-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .mian-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.news .news-main .main-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.news .news-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.news .news-main .main-top .top-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
}
.news .news-main .main-top .top-item:last-of-type {
  margin-right: 0;
}
.news .news-main .main-top .top-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-top .top-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.4rem;
}
.news .news-main .main-top .top-item .item-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-item .item-cent .cent-time {
  margin-top: 0.3rem;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-item .item-cent .cent-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 143px;
  height: 43px;
  font-size: 16px;
  margin-top: 0.25rem;
  color: #333;
  border-radius: 45px;
  border: solid 1px #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-item .item-cent .cent-button span {
  position: relative;
  width: 12px;
  height: 9px;
}
.news .news-main .main-top .top-item .item-cent .cent-button span img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-item .item-cent .cent-button span .img2 {
  opacity: 0;
}
.news .news-main .main-top .top-item .item-cent .cent-button:hover {
  color: #0070ee;
  border: solid 1px #0070ee;
}
.news .news-main .main-top .top-item .item-cent .cent-button:hover span .img1 {
  opacity: 0;
}
.news .news-main .main-top .top-item .item-cent .cent-button:hover span .img2 {
  opacity: 1;
}
.news .news-main .main-top .top-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-top .top-item:hover .item-cent .cent-title,
.news .news-main .main-top .top-item:hover .item-cent .cent-time {
  color: #0070ee;
}
.news .news-main .main-top .top-item:hover .cent-button {
  color: #0070ee;
  border: solid 1px #0070ee;
}
.news .news-main .main-top .top-item:hover .cent-button span .img1 {
  opacity: 0;
}
.news .news-main .main-top .top-item:hover .cent-button span .img2 {
  opacity: 1;
}
.news .news-main .main-cont {
  width: 100%;
  height: auto;
  padding: 0.45rem 0;
  margin-top: 0.8rem;
  margin-bottom: 0.7rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.news .news-main .main-cont .cont-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.35rem 0;
  border-bottom: solid 1px #ccc;
}
.news .news-main .main-cont .cont-link:last-of-type {
  border-bottom: none;
}
.news .news-main .main-cont .cont-link .link-cent {
  width: calc(100% - 30px);
  height: auto;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-link .link-cent span {
  margin-right: 0.7rem;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #3f3f3f;
  opacity: 0.5;
}
.news .news-main .main-cont .cont-link .link-icon {
  width: 19px;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-link .link-icon img {
  width: 100%;
}
.news .news-main .main-cont .cont-link:hover .link-cent {
  color: #0070ee;
}
.news .news-main .main-cont .cont-link:hover .link-cent span {
  color: #0070ee;
}
.news .news-main .main-cont .cont-link:hover .link-icon {
  opacity: 1;
}
.partner {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.1rem;
}
.partner .partner-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.partner .partner-main .mian-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.partner .partner-main .main-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.partner .partner-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.partner .partner-main .main-cont .cont-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 5 - 0.224rem);
  height: 1.3rem;
  margin-bottom: 0.3rem;
  margin-right: 0.28rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  border: solid 2px transparent;
}
.partner .partner-main .main-cont .cont-item:nth-child(5n) {
  margin-right: 0;
}
.partner .partner-main .main-cont .cont-item img {
  width: 2.01rem;
}
.partner .partner-main .main-cont .cont-item:hover {
  border: solid 2px #7fb7f6;
}
.solution {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.7rem;
}
.solution .solution-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.solution .solution-main .mian-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.solution .solution-main .main-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.solution .solution-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  background: #f0f0f0;
}
.solution .solution-main .main-top .top-item {
  position: relative;
  width: 20%;
  height: 1.96rem;
  padding-top: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-item::before {
  content: '';
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.2rem;
  border: solid 0.2rem #0070ee;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.04rem;
  margin-top: -0.52rem;
  background: #c9c9c9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-item:last-of-type::after {
  display: none;
}
.solution .solution-main .main-top .top-item .item-icon {
  position: relative;
  width: 0.55rem;
  height: 0.5rem;
  margin: 0 auto;
}
.solution .solution-main .main-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-item .item-icon .img2 {
  opacity: 0;
}
.solution .solution-main .main-top .top-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-item:hover {
  background: #0070ee;
}
.solution .solution-main .main-top .top-item:hover::after {
  opacity: 0;
}
.solution .solution-main .main-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.solution .solution-main .main-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.solution .solution-main .main-top .top-item:hover .item-title {
  color: #fff;
}
.solution .solution-main .main-top .top-item-active {
  background: #0070ee;
}
.solution .solution-main .main-top .top-item-active::before {
  opacity: 1;
}
.solution .solution-main .main-top .top-item-active::after {
  opacity: 0;
}
.solution .solution-main .main-top .top-item-active .item-icon .img1 {
  opacity: 0;
}
.solution .solution-main .main-top .top-item-active .item-icon .img2 {
  opacity: 1;
}
.solution .solution-main .main-top .top-item-active .item-title {
  color: #fff;
}
.solution .solution-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.solution .solution-main .main-cont .cont-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.55rem 0.85rem 0.6rem;
  background: #f0f0f0;
  opacity: 0;
  visibility: hidden;
}
.solution .solution-main .main-cont .cont-cent .cent-title {
  font-size: 0.3rem;
  color: #333;
}
.solution .solution-main .main-cont .cont-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.solution .solution-main .main-cont .cont-cent .cent-box img {
  width: 100%;
  margin: 0 auto;
}
.solution .solution-main .main-cont .cont-cent .cent-box input {
  width: 100%;
}
.solution .solution-main .main-cont .cont-cent .cent-list {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-title {
  font-size: 0.3rem;
  color: #333;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: auto;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-prev,
.solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-next {
  position: relative;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  background: #111723;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-prev img,
.solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-next img {
  width: 19px;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-prev:hover,
.solution .solution-main .main-cont .cont-cent .cent-list .list-top .top-swiper-button .main-swiper-button-next:hover {
  background: #0070ee;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  overflow: hidden;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide {
  width: calc(100% / 3 - 14px);
  height: auto;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item {
  position: relative;
  display: block;
  width: 100%;
  height: 2.48rem;
  overflow: hidden;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.28rem 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-title {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-text {
  height: 1.6rem;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #fff;
  opacity: 0;
  overflow: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-text::-webkit-scrollbar {
  width: 2px;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-text::-webkit-scrollbar-thumb {
  background: #fff;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item .item-cent .cent-link img {
  width: 19px;
  margin-left: 0.1rem;
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item:hover .item-cent {
  top: 0;
  background: linear-gradient(0deg, #0070ee, transparent);
}
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item:hover .item-cent .cent-text,
.solution .solution-main .main-cont .cont-cent .cent-list .list-main .swiper-slide .slide-item:hover .item-cent .cent-link {
  opacity: 1;
}
.solution .solution-main .main-cont .cont-cent .cent-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 143px;
  height: 43px;
  font-size: 16px;
  margin: 0 0.3rem;
  color: #333;
  border-radius: 45px;
  border: solid 1px #0070ee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button span {
  position: relative;
  width: 12px;
  height: 9px;
}
.solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button span img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button span .img2 {
  opacity: 0;
}
.solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button:hover {
  color: #fff;
  background: #0070ee;
}
.solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button:hover span .img1 {
  opacity: 0;
}
.solution .solution-main .main-cont .cont-cent .cent-bottom .bottom-button:hover span .img2 {
  opacity: 1;
}
.solution .solution-main .main-cont .cont-cent-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.case {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.5rem;
}
.case .case-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.case .case-main .mian-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.case .case-main .main-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.case .case-main .main-top {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
  overflow: hidden;
}
.case .case-main .main-top .swiper-slide {
  width: 100%;
  height: auto;
}
.case .case-main .main-top .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.case .case-main .main-top .swiper-slide .slide-box .box-pic {
  width: 8.88rem;
  height: auto;
  overflow: hidden;
}
.case .case-main .main-top .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-top .swiper-slide .slide-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.case .case-main .main-top .swiper-slide .slide-box .box-cent {
  width: 5.52rem;
  height: auto;
  padding: 0.4rem 0.32rem;
  background: #f0f0f0;
}
.case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-title {
  padding-bottom: 0.18rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #4d4e4e;
  border-bottom: solid 1px #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.3rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-link span {
  position: relative;
  width: 19px;
  height: 14px;
  margin-left: 0.1rem;
}
.case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-link span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-top .swiper-slide .slide-box .box-cent .cent-link span .img2 {
  opacity: 0;
}
.case .case-main .main-top .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #0070ee;
}
.case .case-main .main-top .swiper-slide .slide-box:hover .box-cent .cent-link {
  color: #0070ee;
}
.case .case-main .main-top .swiper-slide .slide-box:hover .box-cent .cent-link span .img1 {
  opacity: 0;
}
.case .case-main .main-top .swiper-slide .slide-box:hover .box-cent .cent-link span .img2 {
  opacity: 1;
}
.case .case-main .main-top .swiper-pagination {
  bottom: 0;
}
.case .case-main .main-top .swiper-pagination .swiper-pagination-bullet {
  background: #a0a0a0;
  opacity: 1;
}
.case .case-main .main-top .swiper-pagination .swiper-pagination-bullet-active {
  background: #0070ee;
}
.case .case-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}
.case .case-main .main-cont .cont-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.case .case-main .main-cont .cont-list .list-pic {
  width: 4.66rem;
  height: auto;
  overflow: hidden;
}
.case .case-main .main-cont .cont-list .list-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-list .list-cent {
  width: calc(100% - 4.66rem);
  height: auto;
  padding: 0.26rem 0 0.18rem 0.5rem;
}
.case .case-main .main-cont .cont-list .list-cent .cent-title {
  padding-bottom: 0.18rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .case-main .main-cont .cont-list .list-cent .cent-text {
  height: 108px;
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case .case-main .main-cont .cont-list .list-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.3rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-list .list-cent .cent-link span {
  position: relative;
  width: 19px;
  height: 14px;
  margin-left: 0.1rem;
}
.case .case-main .main-cont .cont-list .list-cent .cent-link span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-list .list-cent .cent-link span .img2 {
  opacity: 0;
}
.case .case-main .main-cont .cont-list:hover .list-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.case .case-main .main-cont .cont-list:hover .list-cent .cent-title {
  color: #0070ee;
}
.case .case-main .main-cont .cont-list:hover .list-cent .cent-link {
  color: #0070ee;
}
.case .case-main .main-cont .cont-list:hover .list-cent .cent-link span .img1 {
  opacity: 0;
}
.case .case-main .main-cont .cont-list:hover .list-cent .cent-link span .img2 {
  opacity: 1;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.6rem;
}
.contact .contact-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .mian-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.contact .contact-main .main-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.contact .contact-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 1.1rem;
}
.contact .contact-main .main-cont .cont-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.contact .contact-main .main-cont .cont-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact .contact-main .main-cont .cont-cent {
  width: 50%;
  height: auto;
  padding: 0.64rem 0.44rem 0 0.7rem;
  background: #0070ee;
}
.contact .contact-main .main-cont .cont-cent .cent-title {
  width: 100%;
  padding-bottom: 0.28rem;
  margin-bottom: 0.5rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 2px #338df1;
}
.contact .contact-main .main-cont .cont-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-icon {
  width: 0.5rem;
  height: auto;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-text {
  width: calc(100% - 0.5rem);
  height: auto;
  padding-left: 0.2rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
}
.contact .contact-main .main-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 1.1rem 1.2rem;
  margin-top: 0.6rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
}
.contact .contact-main .main-form .form-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.contact .contact-main .main-form .form-item .item-title {
  font-size: 16px;
  color: #333;
}
.contact .contact-main .main-form .form-item .item-title span {
  color: #ff0000;
}
.contact .contact-main .main-form .form-item input {
  width: 100%;
  height: 0.55rem;
  margin-top: 0.12rem;
  padding: 0 0.2rem;
  font-size: 14px;
  color: #333;
  background: #f1f1f1;
}
.contact .contact-main .main-form .form-item textarea {
  width: 100%;
  height: 1.32rem;
  margin-top: 0.12rem;
  padding: 0.2rem 0.2rem;
  font-size: 14px;
  color: #333;
  background: #f1f1f1;
}
.contact .contact-main .main-form .form-item textarea::placeholder {
  color: #666666;
}
.contact .contact-main .main-form .form-item:nth-child(2),
.contact .contact-main .main-form .form-item:nth-child(3) {
  width: calc(50% - 0.34rem);
}
.contact .contact-main .main-form .form-button {
  width: 210px;
  height: 56px;
  font-size: 16px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  border-radius: 45px;
  background: #0070ee;
  border: solid 2px transparent;
}
.contact .contact-main .main-form .form-button:hover {
  color: #0070ee;
  border: solid 2px #0070ee;
  background: transparent;
}
.report {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.6rem;
}
.report .report-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.report .report-main .mian-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.report .report-main .main-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.report .report-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
}
.report .report-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.36rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.5rem;
  padding: 0.45rem 0.5rem 0.38rem;
  box-shadow: 0 0 0.3rem rgba(91, 91, 91, 0.08);
}
.report .report-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.report .report-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.report .report-main .main-cont .cont-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.report .report-main .main-cont .cont-item .item-title {
  margin-top: 0.3rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #0070ee;
}
.report .report-main .main-cont .cont-item .item-bototm {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.2rem;
}
.report .report-main .main-cont .cont-item .item-bototm .bottom-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 1rem;
  height: 0.43rem;
  font-size: 16px;
  color: #333;
  border-radius: 45px;
  border: solid 1px #0070ee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.report .report-main .main-cont .cont-item .item-bototm .bottom-button span {
  position: relative;
  width: 12px;
  height: 9px;
}
.report .report-main .main-cont .cont-item .item-bototm .bottom-button span img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.report .report-main .main-cont .cont-item .item-bototm .bottom-button span .img2 {
  opacity: 0;
}
.report .report-main .main-cont .cont-item .item-bototm .bottom-button:hover {
  color: #fff;
  background: #0070ee;
}
.report .report-main .main-cont .cont-item .item-bototm .bottom-button:hover span .img1 {
  opacity: 0;
}
.report .report-main .main-cont .cont-item .item-bototm .bottom-button:hover span .img2 {
  opacity: 1;
}
.report .report-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.introduce {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.3rem;
}
.introduce .introduce-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.introduce .introduce-main .mian-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.introduce .introduce-main .main-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.introduce .introduce-main .main-heng {
  width: 38px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0070ee;
}
.introduce .introduce-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.introduce .introduce-main .main-cont .cont-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.introduce .introduce-main .main-cont .cont-text {
  margin-top: 0.4rem;
  font-size: 16px;
  line-height: 36px;
  color: #6c6c6c;
}
.introduce .introduce-main .main-cont .cont-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  background: #000;
}
.introduce .introduce-main .main-cont .cont-video .hidden-box {
  width: 100%;
  height: 100%;
}
.introduce .introduce-main .main-cont .cont-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
}
.introduce .introduce-main .main-cont .cont-video .hidden-box .box-pic img {
  width: 100%;
}
.introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  text-align: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box .right-icon {
  width: 0.5rem;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
}
.introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box .right-icon img {
  width: 100%;
}
.introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box .right-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #0070ee;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box .right-text {
  margin-top: 0.1rem;
  font-size: 0.36rem;
  text-align: center;
  color: #fff;
}
.introduce .introduce-main .main-cont .cont-video .hidden-box .icon-box:hover .right-solid {
  animation: videoPlay 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation: videoPlay 1.5s;
  -webkit-animation-iteration-count: infinite;
}
.introduce .introduce-main .main-cont .cont-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.introduce .introduce-main .main-cont .cont-video .video-box video {
  width: 100%;
  height: auto;
}
.introduce .introduce-main .main-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.95rem;
}
.introduce .introduce-main .main-bottom .bottom-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #111723;
}
.introduce .introduce-main .main-bottom .bottom-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #111723;
  opacity: 0.3;
}
.introduce .introduce-main .main-bottom .main-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.62rem;
}
.introduce .introduce-main .main-bottom .main-list .list-item {
  width: calc(100% / 5 - 0.272rem);
  height: auto;
  margin-right: 0.34rem;
  margin-bottom: 0.35rem;
  padding: 0.68rem 0.36rem 0.6rem;
  background: #f5f5f7;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.introduce .introduce-main .main-bottom .main-list .list-item:nth-child(5n) {
  margin-right: 0;
}
.introduce .introduce-main .main-bottom .main-list .list-item .item-icon {
  position: relative;
  width: 39px;
  height: 40px;
  margin: 0 auto;
}
.introduce .introduce-main .main-bottom .main-list .list-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.introduce .introduce-main .main-bottom .main-list .list-item .item-icon .img2 {
  opacity: 0;
}
.introduce .introduce-main .main-bottom .main-list .list-item .item-title {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.introduce .introduce-main .main-bottom .main-list .list-item .item-English {
  margin-top: 0.1rem;
  font-size: 16px;
  text-align: center;
  color: #333;
  opacity: 0.2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.introduce .introduce-main .main-bottom .main-list .list-item .item-text {
  margin-top: 0.3rem;
  font-size: 16px;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.introduce .introduce-main .main-bottom .main-list .list-item:hover {
  background: #0070ee;
}
.introduce .introduce-main .main-bottom .main-list .list-item:hover .item-icon .img1 {
  opacity: 0;
}
.introduce .introduce-main .main-bottom .main-list .list-item:hover .item-icon .img2 {
  opacity: 1;
}
.introduce .introduce-main .main-bottom .main-list .list-item:hover .item-title {
  color: #fff;
}
.introduce .introduce-main .main-bottom .main-list .list-item:hover .item-English {
  color: #fff;
  opacity: 0.2;
}
.introduce .introduce-main .main-bottom .main-list .list-item:hover .item-text {
  color: #fff;
}
.culture {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 2.26rem;
  background: url(../images/pic2.jpg) no-repeat top left;
  background-size: cover;
}
.culture .culture-main {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-main .main-cent {
  width: 5.6rem;
  height: auto;
}
.culture .culture-main .main-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.culture .culture-main .main-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.culture .culture-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 38px;
  color: #fff;
}
.culture .culture-main .main-cont {
  width: 5.73rem;
  height: auto;
  padding: 0.5rem 0.68rem 0.55rem;
  font-size: 18px;
  line-height: 38px;
  color: #666;
  background: #fff;
  border-radius: 0.1rem;
}
.culture .culture-main .main-cont span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #0070ee;
}
.culture .culture-main .main-cont em {
  font-weight: bold;
  color: #333;
}
.idea {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.65rem;
}
.idea .idea-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.idea .idea-main .mian-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.idea .idea-main .main-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.idea .idea-main .main-text {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.idea .idea-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.idea .idea-main .main-cont img {
  width: 100%;
}
.idea .idea-main .main-cont .cont-cent {
  width: 7.2rem;
  height: auto;
  padding: 0.45rem 2.7rem 0.4rem 0.5rem;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  background: #eeeeee;
}
.idea .idea-main .main-cont .cont-cent span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #0070ee;
}
.idea .idea-main .main-cont .cont-pic {
  position: absolute;
  top: 50%;
  right: 0;
  width: 9.55rem;
  height: auto;
  overflow: hidden;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.idea .idea-main .main-cont .cont-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.idea .idea-main .main-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.idea .idea-main .main-cont .cont-lump {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85px;
  height: 85px;
  margin-right: -42.5px;
  background: #0070ee;
  opacity: 0;
}
.society {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.society .society-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.society .society-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.society .society-main .main-top .top-left {
  width: auto;
  height: auto;
}
.society .society-main .main-top .top-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.society .society-main .main-top .top-left .left-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.society .society-main .main-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.society .society-main .main-top .top-right .right-link {
  margin-left: 0.5rem;
  font-size: 18px;
  color: #333;
}
.society .society-main .main-top .top-right .right-link:hover {
  color: #0070ee;
}
.society .society-main .main-top .top-right .right-link-active {
  color: #0070ee;
}
.society .society-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.society .society-main .main-cont .cont-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.3rem;
}
.society .society-main .main-cont .cont-list .list-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.society .society-main .main-cont .cont-list .list-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.society .society-main .main-cont .cont-list .list-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.society .society-main .main-cont .cont-list .list-cent {
  position: relative;
  top: 0.5rem;
  width: 7.67rem;
  height: auto;
  padding: 0.7rem 0.85rem;
  margin-left: -0.48rem;
  background: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.society .society-main .main-cont .cont-list .list-cent .cent-top {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #999999;
}
.society .society-main .main-cont .cont-list .list-cent .cent-top .top-title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.28rem;
  color: #4d4e4e;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.society .society-main .main-cont .cont-list .list-cent .cent-top .top-time {
  margin-top: 0.15rem;
  font-size: 16px;
  font-weight: bold;
  color: #3f3f3f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.society .society-main .main-cont .cont-list .list-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.society .society-main .main-cont .cont-list .list-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.3rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.society .society-main .main-cont .cont-list .list-cent .cent-link span {
  position: relative;
  width: 19px;
  height: 14px;
  margin-left: 0.1rem;
}
.society .society-main .main-cont .cont-list .list-cent .cent-link span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.society .society-main .main-cont .cont-list .list-cent .cent-link span .img2 {
  opacity: 0;
}
.society .society-main .main-cont .cont-list:hover .list-cent {
  background: #0070ee;
}
.society .society-main .main-cont .cont-list:hover .list-cent .cent-top {
  border-bottom: solid 1px #fff;
}
.society .society-main .main-cont .cont-list:hover .list-cent .cent-top .top-title,
.society .society-main .main-cont .cont-list:hover .list-cent .cent-top .top-time {
  color: #fff;
}
.society .society-main .main-cont .cont-list:hover .list-cent .cent-text {
  color: #fff;
}
.society .society-main .main-cont .cont-list:hover .list-cent .cent-link {
  color: #fff;
}
.society .society-main .main-cont .cont-list:hover .list-cent .cent-link span .img1 {
  opacity: 0;
}
.society .society-main .main-cont .cont-list:hover .list-cent .cent-link span .img2 {
  opacity: 1;
}
.society .society-main .main-cont .cont-list:nth-child(even) {
  flex-direction: row-reverse;
}
.society .society-main .main-cont .cont-list:nth-child(even) .list-cent {
  margin-left: 0;
  margin-right: -0.48rem;
}
.society .society-main .main-load {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 143px;
  height: 43px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  border-radius: 45px;
  border: solid 1px #0070ee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.society .society-main .main-load span {
  position: relative;
  width: 9px;
  height: 12px;
}
.society .society-main .main-load span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.society .society-main .main-load span .img2 {
  opacity: 0;
}
.society .society-main .main-load:hover {
  color: #fff;
  background: #0070ee;
}
.society .society-main .main-load:hover span .img1 {
  opacity: 0;
}
.society .society-main .main-load:hover span .img2 {
  opacity: 1;
}
.investor {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.3rem;
}
.investor .investor-main {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.investor .investor-main .cont-item {
  flex: 1;
  position: relative;
  height: auto;
  margin-right: 0.15rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.investor .investor-main .cont-item:last-of-type {
  margin-right: 0;
}
.investor .investor-main .cont-item .item-pic {
  width: 100%;
  height: 4.14rem;
  overflow: hidden;
}
.investor .investor-main .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.investor .investor-main .cont-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.9rem 0.6rem;
  background: linear-gradient(180deg, rgba(0, 112, 238, 0.7), transparent);
}
.investor .investor-main .cont-item .item-cent .cent-title {
  font-size: 0.24rem;
  color: #fff;
}
.investor .investor-main .cont-item .item-cent .cent-English {
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.investor .investor-main .cont-item:hover {
  flex: 2;
}
.newsDetails {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
}
.newsDetails .newsDetails-main {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-left {
  width: 9.5rem;
  height: auto;
}
.newsDetails .newsDetails-main .main-left .left-top {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px #ebebeb;
}
.newsDetails .newsDetails-main .main-left .left-top .top-title {
  font-size: 0.24rem;
  color: #333;
}
.newsDetails .newsDetails-main .main-left .left-top .top-cent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.newsDetails .newsDetails-main .main-left .left-top .top-cent span {
  margin-right: 0.4rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 14px;
  color: #ccc;
}
.newsDetails .newsDetails-main .main-left .left-top .top-cent span img {
  width: 16px;
}
.newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a {
  position: relative;
  width: 18px;
  height: 16px;
  margin-right: 0.18rem;
}
.newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a .img2 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a:hover .img1 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-left .left-top .top-cent .cent-share a:hover .img2 {
  opacity: 1;
}
.newsDetails .newsDetails-main .main-left .left-box {
  width: 100%;
  height: auto;
  padding-top: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.newsDetails .newsDetails-main .main-left .left-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-left .left-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 143px;
  height: 43px;
  font-size: 16px;
  margin: 0 8px;
  color: #333;
  border-radius: 45px;
  border: solid 1px #0070ee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button span {
  position: relative;
  width: 12px;
  height: 9px;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button span img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button span .img2 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button:hover {
  color: #fff;
  background: #0070ee;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button:hover span .img1 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button:hover span .img2 {
  opacity: 1;
}
.newsDetails .newsDetails-main .main-right {
  width: 3.9rem;
  height: 100%;
  padding: 0.46rem 0.4rem 0.5rem;
  background: #f5f5f5;
}
.newsDetails .newsDetails-main .main-right .right-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #666;
}
.newsDetails .newsDetails-main .main-right .right-English {
  margin-top: 0.1rem;
  margin-bottom: 0.45rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
}
.newsDetails .newsDetails-main .main-right .right-item {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  border-bottom: solid 1px #e3e3e3;
}
.newsDetails .newsDetails-main .main-right .right-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetails .newsDetails-main .main-right .right-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-right .right-item .item-time {
  margin-top: 0.3rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 14px;
  color: #ccc;
}
.newsDetails .newsDetails-main .main-right .right-item .item-time img {
  width: 16px;
  margin-top: -0.04rem;
}
.newsDetails .newsDetails-main .main-right .right-item .item-title {
  margin-top: 0.12rem;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.newsDetails .newsDetails-main .main-right .right-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.newsDetails .newsDetails-main .main-right .right-item:hover .item-title {
  color: #0070ee;
}
.business {
  width: 100%;
  height: auto;
  padding-bottom: 1.3rem;
}
.business .business-plate1 {
  width: 100%;
  height: auto;
  padding: 1rem 1.5rem;
  margin-bottom: 0.96rem;
  background: url(../images/bg.png) no-repeat left bottom;
  background-size: 100%;
}
.business .business-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.business .business-plate1 .plate1-main .main-left {
  width: 6.5rem;
  height: auto;
}
.business .business-plate1 .plate1-main .main-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.business .business-plate1 .plate1-main .main-left .left-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.business .business-plate1 .plate1-main .main-left .left-text {
  margin-top: 0.7rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.business .business-plate1 .plate1-main .main-left .left-data {
  display: none;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.business .business-plate1 .plate1-main .main-left .left-data .data-item {
  width: 2rem;
  height: auto;
}
.business .business-plate1 .plate1-main .main-left .left-data .data-item .item-title {
  font-size: 0.24rem;
  color: #666;
}
.business .business-plate1 .plate1-main .main-left .left-data .data-item .item-num {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #666;
}
.business .business-plate1 .plate1-main .main-left .left-data .data-item .item-num .num1 {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 0.6rem;
  color: #0070ee;
}
.business .business-plate1 .plate1-main .main-right {
  position: relative;
  max-width: 7rem;
  width: auto;
  height: auto;
}
.business .business-plate1 .plate1-main .main-right .right-map {
  width: 100%;
  height: auto;
}
.business .business-plate1 .plate1-main .main-right .right-map img {
  width: 100%;
}
.business .business-plate1 .plate1-main .main-right .right-cent {
  position: absolute;
  top: 4.8rem;
  left: 0.65rem;
  width: 100px;
  height: auto;
}
.business .business-plate1 .plate1-main .main-right .right-cent .cent-item {
  margin-top: 0.1rem;
  font-size: 16px;
  color: #333333;
}
.business .business-plate1 .plate1-main .main-right .right-cent .cent-item img {
  width: 15px;
  margin-right: 0.12rem;
}
.business .business-plate1 .plate1-main .main-right .right-item {
  position: absolute;
  top: 4.9rem;
  right: 3.25rem;
  width: 11px;
  height: auto;
}
.business .business-plate1 .plate1-main .main-right .right-item .item-title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 75px;
  margin-top: -0.3rem;
  font-size: 18px;
  font-weight: bold;
  color: #0070ee;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.business .business-plate1 .plate1-main .main-right .right-item img {
  width: 100%;
  animation: DW 1s infinite;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(2) {
  top: 4.9rem;
  right: 3.25rem;
  width: 23px;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(3) {
  top: 5rem;
  right: 2.96rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(4) {
  top: 5.15rem;
  right: 3.2rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(5) {
  top: 5.2rem;
  right: 3.3rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(6) {
  top: 5.2rem;
  right: 3.4rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(7) {
  top: 5.74rem;
  right: 3.9rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(8) {
  top: 3.4rem;
  right: 2.7rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(9) {
  top: 2.18rem;
  right: 3.06rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(10) {
  top: 4.45rem;
  right: 3.56rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(11) {
  top: 4rem;
  right: 4.2rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(12) {
  top: 3.72rem;
  right: 4.84rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(13) {
  top: 5rem;
  right: 4rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(14) {
  top: 5.3rem;
  right: 4.24rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(15) {
  top: 4.76rem;
  right: 5.3rem;
}
.business .business-plate1 .plate1-main .main-right .right-item:nth-child(16) {
  top: 1.8rem;
  right: 6.8rem;
}
.business .business-plate1 .plate1-main .main-right .right-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.business .business-plate1 .plate1-main .main-right .right-data .data-item {
  width: 3rem;
  height: auto;
}
.business .business-plate1 .plate1-main .main-right .right-data .data-item .item-title {
  font-size: 0.24rem;
  color: #666;
}
.business .business-plate1 .plate1-main .main-right .right-data .data-item .item-num {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #666;
}
.business .business-plate1 .plate1-main .main-right .right-data .data-item .item-num .num1 {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 0.6rem;
  color: #0070ee;
}
.business .business-plate1 .plate1-main .main-right .right-data .data-item:last-of-type {
  width: 2rem;
}
.business .business-plate1 .plate1-main .main-web-map {
  display: none;
}
.business .business-cont {
  width: 14.4rem;
  height: auto;
  margin: 0.8rem auto 0;
}
.business .business-cont .cont-title {
  font-size: 0.3rem;
  color: #333;
}
.business .business-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
}
.business .business-cont .cont-box .box-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.96rem;
  border-bottom: solid 1px #e0e0e0;
}
.business .business-cont .cont-box .box-item:last-of-type {
  border-bottom: none;
}
.business .business-cont .cont-box .box-item .item-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.business .business-cont .cont-box .box-item .item-title span {
  position: absolute;
  top: 50%;
  left: -0.5rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 1px #0070ee;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.business .business-cont .cont-box .box-item .item-title span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0070ee;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.business .business-cont .cont-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: 16px;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.business .business-cont .cont-box .box-item:hover {
  background: #0070ee;
}
.business .business-cont .cont-box .box-item:hover .item-title {
  color: #fff;
}
.business .business-cont .cont-box .box-item:hover .item-title span {
  border: solid 1px #fff;
}
.business .business-cont .cont-box .box-item:hover .item-title span::after {
  background: #fff;
}
.business .business-cont .cont-box .box-item:hover .item-text {
  color: #fff;
}
.honor {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.1rem;
}
.honor .honor-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.honor .honor-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.honor .honor-main .main-top .top-left {
  width: auto;
  height: auto;
}
.honor .honor-main .main-top .top-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111723;
}
.honor .honor-main .main-top .top-left .left-English {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #111723;
  opacity: 0.3;
}
.honor .honor-main .main-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.honor .honor-main .main-top .top-right .right-link {
  margin-left: 0.5rem;
  font-size: 18px;
  color: #333;
}
.honor .honor-main .main-top .top-right .right-link:hover {
  color: #0070ee;
}
.honor .honor-main .main-top .top-right .right-link-active {
  color: #0070ee;
}
.honor .honor-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-top: 0.2rem;
  overflow: hidden;
}
.honor .honor-main .main-cont::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #eaeaea;
}
.honor .honor-main .main-cont .swiper-slide {
  width: calc(100% / 3 - 28px);
  height: auto;
}
.honor .honor-main .main-cont .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.honor .honor-main .main-cont .swiper-slide .slide-box .box-spot {
  position: relative;
  width: 16px;
  height: 16px;
  margin: -6px auto 0;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #0070ee;
  z-index: 9;
}
.honor .honor-main .main-cont .swiper-slide .slide-box .box-spot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #0070ee;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
}
.honor .honor-main .main-cont .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #0070ee;
}
.honor .honor-main .main-cont .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: 5.3rem;
  margin-top: 0.48rem;
  overflow-y: scroll;
}
.honor .honor-main .main-cont .swiper-slide .slide-box .box-cent::-webkit-scrollbar {
  width: 3px;
  background: #eaeaea;
}
.honor .honor-main .main-cont .swiper-slide .slide-box .box-cent::-webkit-scrollbar-thumb {
  background: #0070ee;
}
.honor .honor-main .main-cont .swiper-slide .slide-box .box-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
  padding-right: 0.4rem;
}
.honor .honor-main .main-cont .swiper-slide .slide-box .box-cent .cent-item .item-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.honor .honor-main .main-cont .swiper-slide .slide-box .box-cent .cent-item .item-text {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.honor .honor-main .main-cont .honor-swiper-button-prev,
.honor .honor-main .main-cont .honor-swiper-button-next {
  position: absolute;
  top: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  background: #111723;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .honor-swiper-button-prev img,
.honor .honor-main .main-cont .honor-swiper-button-next img {
  width: 19px;
}
.honor .honor-main .main-cont .honor-swiper-button-prev:hover,
.honor .honor-main .main-cont .honor-swiper-button-next:hover {
  background: #0070ee;
}
.honor .honor-main .main-cont .honor-swiper-button-prev {
  left: 0;
}
.honor .honor-main .main-cont .honor-swiper-button-next {
  right: 0;
}
.honor .honor-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
}
.honor .honor-main .main-box .box-item {
  width: calc(100% / 4 - 0.225rem);
  height: auto;
  padding: 0.3rem 0.26rem;
  margin-right: 0.27rem;
  margin-bottom: 0.43rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
}
.honor .honor-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.honor .honor-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.honor .honor-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item .item-title {
  margin-top: 0.25rem;
  font-size: 16px;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.honor .honor-main .main-box .box-item:hover .item-title {
  color: #0070ee;
}
.page-float {
  position: fixed;
  top: 50%;
  right: 0;
  width: 96px;
  height: auto;
  z-index: 99;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list {
  display: block;
  position: relative;
  width: 100%;
  height: 86px;
  padding-top: 16px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0.1rem 0 0.2rem rgba(0, 0, 0, 0.16);
}
.page-float .float-list .list-pic {
  position: relative;
  width: 40px;
  height: 32px;
  margin: 0 auto;
  cursor: pointer;
}
.page-float .float-list .list-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-pic .img2 {
  opacity: 0;
}
.page-float .float-list .list-title {
  margin-top: 0.1rem;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-cent {
  position: absolute;
  top: 0;
  left: -230px;
  width: 230px;
  height: auto;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.page-float .float-list .list-cent .cent-title {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #0070ee;
}
.page-float .float-list .list-cent .cent-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-right: -16px;
  border: solid 8px #0070ee;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list .list-cent .cent-cont {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  color: #333;
  background: #fff;
  box-shadow: 4px 10px 10px rgba(38, 93, 63, 0.2);
}
.page-float .float-list .list-cent .cent-cont img {
  width: 80%;
}
.page-float .float-list:hover {
  background: #0070ee;
}
.page-float .float-list:hover .list-pic {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list:hover .list-pic .img1 {
  opacity: 0;
}
.page-float .float-list:hover .list-pic .img2 {
  opacity: 1;
}
.page-float .float-list:hover .list-title {
  color: #fff;
}
.page-float .float-list:hover .list-cent {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mr {
  margin-top: 100px;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 15px;
  text-align: center;
  line-height: 48px;
  color: #4d4d4d;
  background: #f8f8f8;
}
.page-number .page-item:hover {
  color: #fff;
  background: #0070ee;
}
.page-number .page-item-active {
  color: #fff;
  border: solid 1px #0070ee;
  background: #0070ee;
}
.Wpage-number {
  display: none;
}
@keyframes DW {
  0% {
    transform: scale(0.9, 0.9) translateZ(0);
    -o-transform: scale(0.9, 0.9) translateZ(0);
    -moz-transform: scale(0.9, 0.9) translateZ(0);
    -webkit-transform: scale(0.9, 0.9 translateZ(0));
  }
  50% {
    transform: scale(1.4, 1.4) translateZ(0);
    -o-transform: scale(1.4, 1.4) translateZ(0);
    -moz-transform: scale(1.4, 1.4) translateZ(0);
    -webkit-transform: scale(1.4, 1.4 translateZ(0));
  }
  100% {
    transform: scale(0.9, 0.9) translateZ(0);
    -o-transform: scale(0.9, 0.9) translateZ(0);
    -moz-transform: scale(0.9, 0.9) translateZ(0);
    -webkit-transform: scale(0.9, 0.9 translateZ(0));
  }
}
